←Select platform

BuildUp<T> Method

Summary

Runs an existing object through the container and performs injection on it.

Syntax

C#
VB
C++
public static T BuildUp<T>( 
   T existing 
) 
  
Public Shared Function BuildUp(Of T)( _ 
   ByVal existing As T _ 
) As T 
public: 
static _T^_ BuildUpgeneric<typename T> 
(  
   _T^_ existing 
)  

Parameters

existing
Instance to build up.

Type Parameters

T
Type of object to perform injection on

Return Value

The resulting object. By default, this will be existing, but container extensions may add things like automatic proxy creation which would cause this to return a different object (but still type compatible with T).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly